home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 December / Designer's Club 1996 December.iso / pc / ideasrc / emboss.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-11-11  |  295 b   |  14 lines

  1. on mouseDown
  2.   if the doubleClick = 1 then
  3.     if the visible of sprite 41 = 1 then
  4.       repeat with n = 41 to 48
  5.         set the visible of sprite n to 0
  6.       end repeat
  7.     else
  8.       repeat with n = 41 to 48
  9.         set the visible of sprite n to 1
  10.       end repeat
  11.     end if
  12.   end if
  13. end
  14.